home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
xwator
/
Imakefile
next >
Wrap
Makefile
|
1995-05-25
|
299b
|
14 lines
#
# Imakefile for xwator, by Ron Record
#
DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = XmClientLibs
SYS_LIBRARIES = -lm
SRCS = xwator.c
OBJS = xwator.o
ComplexProgramTarget(xwator)
InstallProgram(xwator, /usr/skunk/bin/X11)
InstallManPage(xwator, /usr/skunk/man/man.1)